home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1997 December
/
MACPOWER-1997-12.ISO.7z
/
MACPOWER-1997-12.ISO
/
AMUG
/
PROGRAMMING
/
Raven 1.2 Examples.sit
/
Raven 1.2 Examples
/
Build Examples
next >
Wrap
Text File
|
1997-09-05
|
757b
|
28 lines
considering application responses
with timeout of 60000 seconds
tell application "CodeWarrior IDE 2.0.1"
activate
open file {"Hendrix:Source:Raven 1.2:Examples:DropCount:DropCount.ケ"}
Make Project
Close Project
open file {"Hendrix:Source:Raven 1.2:Examples:IconEdit:IconEdit.ケ"}
Make Project
Close Project
open file {"Hendrix:Source:Raven 1.2:Examples:Quill:Quill.ケ"}
Set Current Target "Quill (Debug)"
Make Project
Close Project
open file {"Hendrix:Source:Raven 1.2:Examples:Skeleton:Skeleton.ケ"}
Set Current Target "Skeleton (Debug)"
Make Project
open file {"Hendrix:Source:Raven 1.2:Examples:BoxPaint:BoxPaint.ケ"}
Make Project
Close Project
end tell
end timeout
end considering